Fixes the build on Debian, and is one library less.
Closes: #78
[enable_installed_tests=no])
AM_CONDITIONAL(BUILDOPT_INSTALL_TESTS, test x$enable_installed_tests = xyes)
-AC_CHECK_HEADER([attr/xattr.h],,[AC_MSG_ERROR([You must have attr/xattr.h from libattr])])
+AC_CHECK_HEADER([sys/xattr.h],,[AC_MSG_ERROR([You must have sys/xattr.h from glibc])])
PKG_PROG_PKG_CONFIG
-Subproject commit 08d1339f9a61c0b437a623e68ebf2c64258d6087
+Subproject commit d59a63e3e650aa75a055e4ede523790d60645435
#include "config.h"
#include <glib-unix.h>
-#include <attr/xattr.h>
+#include <sys/xattr.h>
#include <gio/gfiledescriptorbased.h>
#include <gio/gunixoutputstream.h>
#include "otutil.h"
#include "ostree-checksum-input-stream.h"
#include "ostree-mutable-tree.h"
#include "ostree-varint.h"
-#include <attr/xattr.h>
+#include <sys/xattr.h>
#include <glib/gprintf.h>
gboolean
#include "ot-fs-utils.h"
#include "libgsystem.h"
-#include <attr/xattr.h>
+#include <sys/xattr.h>
#include <gio/gunixinputstream.h>
int